home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 3⁄16⁄90 / 0073-Efficient C++ Guidel-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-16  |  819 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    7267030                         12-March-90        21:33PST
  2.  
  3. From:   D0532                           Aidea Systems, Don Park,PRT
  4.  
  5. To:     CPLUS.DEV$                      C++ Interest List--Developers
  6.         CPLUS.APPLE$                    C++ Interest List--Apple Employees
  7.  
  8. Sub:    Efficient C++ Guidelines?
  9.  
  10. Yo!
  11.  
  12. Given that there are usually more than one C++ features to use to solve a
  13. problem, it would be really nice to have a document stating how expensiv
  14. C++ features are in both space and time.  It is obvious that multiple
  15. inheritance requires more space than single inheritance, but others are not so
  16. obvious.
  17.  
  18. Being able to write beautiful and elegant programs fast is not enough when the
  19. resulting program is 100 pounds overweight.
  20.  
  21. Lets here it for "Efficient C++ Guidelines"!
  22.  
  23. Don Park
  24.  
  25.